ComponentOne Data Source for Entity Framework
C1.LiveLinq.Indexing Namespace / SubindexCollection<T> Class / Count Property

In This Topic
    Count Property (SubindexCollection<T>)
    In This Topic
    Gets the number of subindexes in the collection.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Count As System.Integer
    public System.int Count {get;}

    Property Value

    The number of subindexes in the collection.
    See Also